CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 扫描线填充 算法

搜索资源列表

  1. scanline

    0下载:
  2. 实现计算机图形学扫描线算法填充多边形.程序用vc++6.0实现。-The realization of computer graphics scanline polygon fill algorithm. Program using vc++6.0 to achieve.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-23
    • 文件大小:234494
    • 提供者:xuhang75
  1. tcopengl

    0下载:
  2. 扫描线算法实现的任意多边形填充 分别用OpenGL和TC实现-Scan line algorithm for arbitrary polygons, respectively, filled with OpenGL and realize TC
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:67217
    • 提供者:wasuo
  1. PolyFill

    0下载:
  2. 加强对图元填充概念的理解实现扫描转换多边形的扫描线算法和填充区域的扫描线算法算法的程序-Elements to strengthen the understanding of the concept to fill the realization of polygon scan conversion algorithm and the scan line scan line fill algorithm region algorithm procedure
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2382670
    • 提供者:wangying
  1. 1234

    0下载:
  2. 编写实现扫描转换多边形的扫描线算法和填充区域的扫描线算法算法的程序
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2407135
    • 提供者:Ldzzhxf
  1. 1234

    0下载:
  2. 编写实现扫描转换多边形的扫描线算法和填充区域的扫描线算法算法的程序(第一个是扫描线)这个事区域填充 -编写实现扫描转换多边形的扫描线算法和填充区域的扫描线算法算法的程序(第一个是扫描线)这个事区域填充
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1939312
    • 提供者:Ldzzhxf
  1. Areafilling

    0下载:
  2. 区域填充中扫描线算法的实现源代码,绘制任意多变形,然后选择颜色填充-Region in the scan line fill algorithm source code, drawing more than any deformation, and then select the fill color
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-08
    • 文件大小:1895388
    • 提供者:murongboy
  1. CGPainter_polygonFilling

    0下载:
  2. 图形学,使用扫描线算法实现了对圆形颜色的填充-Graphics, using the scan-line algorithm for circular color fill
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:69143
    • 提供者:kiki
  1. ScanEdge

    0下载:
  2. 图形学相关的算法实现,使用扫描线算法填充多边形-Graphics-related algorithms, using Scan-Line Polygon Fill Algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-15
    • 文件大小:3696415
    • 提供者:fcwindpasss
  1. sy5

    0下载:
  2. 用C语言进行图形填充,采用扫描线算法完成-Filled with C language for graphics, the use of scan line algorithm to complete
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1427
    • 提供者:
  1. PolygonRegionFilling

    0下载:
  2. 多边形填充,采用种子算法、扫描线算法实现,并且附有详细分析文档。-Polygon region filling project for Computer Graphy course, using seeding and scanning method and with rich analysing document
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2028072
    • 提供者:wxj
  1. basic-graph-generation

    0下载:
  2. 一个图形生成MFC系统,有计算机图形学的基本图形绘制算法,包括直线的三种(DDA,中点,Bresenham),圆的两种(中点,Bresenham),椭圆(中点)及区域填充(多边形扫描线,种子扫描)-MFC system to generate a graph, with the basic graphics computer graphics rendering algorithms, including three straight (DDA, the mid-point, Bresenham
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:2008902
    • 提供者:qq
  1. Seed-filling-the-scan-line-algorithm

    0下载:
  2. 计算机图像学中的简单实用的种子填充扫描线算法-Simple and practical in the seed in the school of computer image to fill the scan line algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-28
    • 文件大小:211623
    • 提供者:袁剑
  1. fill-color-five-pointed

    1下载:
  2. MFC中先绘制五角星,并使用扫描线算法对区域进行填充-Draw a five-pointed star, and use the scan line algorithm fill color
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:1974272
    • 提供者:1061441
  1. saomiaoxian

    0下载:
  2. 这是计算机图形学中用OpenGL实现扫描线算法填充多边形的源代码-This is a computer graphics using OpenGL implementations scan line polygon filling algorithm source code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:1758
    • 提供者:ntexpa
  1. shiyan3

    0下载:
  2. 实现了区域填充的递归算法 区域填充的扫描线算法-Achieve a recursive algorithm for area filling scan line algorithm for area filling
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:60413
    • 提供者:洗澡啦
  1. Graphics

    0下载:
  2. 计算机图形学CG实验实现的所有功能集合:中点算法画线,扫描线种子填充,BEIZER曲线-a group of CG exercises
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-20
    • 文件大小:6130709
    • 提供者:程浩
  1. poly

    0下载:
  2. 扫描线算法:实现五角星的填充,计算机图形学的入门算法,涉及求交,排序、匹配等问题-Scan line algorithm, realize the pentagram filling, introduction to computer graphics algorithm, and involves the intersection, sorting, matching, etc
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-27
    • 文件大小:9634626
    • 提供者:chenfly
  1. area-filling

    0下载:
  2. 二维填充图的生成:图元填充,利用多种图元填充的方法绘制一面五星红旗。 方法有:扫描转换多边形的逐点判断法(编码算法),扫描线算法, 区域填充的扫描线算法,自创的向内复制边法。 AEL_SHOW 演示,区域填充的每一过程,每按回车健一次,就描一个点,一直按回车,就慢慢的演示填充了。 -this programme is designed for area filling, including many methods.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-29
    • 文件大小:119488
    • 提供者:历英
  1. fill

    0下载:
  2. 算法基本思想:首先填充种子点所在扫描线上位于区域内的区段,然后 确定与该区段相邻的上下两条扫描线上位于区域内的区段,并依次将各区段的起始位置保存, 这些区段分别被用区域边界色显示的像素点所包围。随后,逐步取出一开始点并重复上述过程,直到所保存各区段都填充完毕为止。-Algorithm basic idea: first fill the seed point is located in the area of the scanning section, and then determine th
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6452722
    • 提供者:tiantian
  1. fjr-tou

    0下载:
  2. 计算机图形学扫描线算法 用扫描线算法填充空白处,可以-Computer graphics scan line algorithm using scanline algorithm for filling the blanks, you can
  3. 所属分类:Other systems

    • 发布日期:2017-12-19
    • 文件大小:47104
    • 提供者:flexnoju
« 1 2 ... 5 6 7 8 9 1011 »
搜珍网 www.dssz.com